home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / WinHex.v10.8.SR1.Multilingual.WinALL / Text file conversion Windows - UNIX.whs < prev    next >
Encoding:
Text File  |  2003-07-01  |  267 b   |  7 lines

  1. // WinHex sample script that converts a Windows text file into a UNIX text file.
  2. // The representation of line breaks differs in both systems.
  3. // Can only be executed by the evaluation version if unchanged.
  4.  
  5. ExitIfNoFilesOpen
  6. CreateBackup
  7. ReplaceAll 0x0D0A 0x0A